The following table shows the series available on the catalog (Last update: 12-July-2021).
Use the sequential number to load a single series (see Example below):
For loading a single series (i.e. 2357793) run the following code:
library(tidyBdE)
# Unemployment_Rate
series_example <- bde_series_load(2357793, "Unemployment Rate")
# Visualize
series_example
#> # A tibble: 105 x 2
#> Date `Unemployment Rate`
#> <date> <dbl>
#> 1 1995-03-01 NA
#> 2 1995-06-01 NA
#> 3 1995-09-01 NA
#> 4 1995-12-01 NA
#> 5 1996-03-01 NA
#> 6 1996-06-01 NA
#> 7 1996-09-01 NA
#> 8 1996-12-01 NA
#> 9 1997-03-01 NA
#> 10 1997-06-01 NA
#> # … with 95 more rowsSite built with pkgdown 1.6.1.
Template by Bootstrapious . Ported to pkgdown by dieghernan.